home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / filutil / pagin501.zip / BRUCE501.DOC next >
Text File  |  1995-01-11  |  31KB  |  643 lines

  1. BRUCE501.DOC
  2. 01/11/95
  3.  
  4. --------------------------------------------------------------------------------
  5.  
  6. Contact information:
  7.  
  8. For the following routines:  AV, BFIND, COPSINCE, DATES, DIRCOMP, DIRTOTAL,
  9. FILL, FIXTEXT, FORTUNE, MULTICOL, PAGINATE, READINIT, and READMAKE-created
  10. files:
  11.  
  12.                 Bruce Guthrie
  13.                 Wayne Software
  14.                 113 Sheffield St.
  15.                 Silver Spring, MD 20910
  16.  
  17.                 fax: (301) 588-8986
  18.  
  19. For the following routines:  CHANGE, CONVERT, FILUPDAT, ISAMFIND/ISAMMAKE, and
  20. READ:
  21.  
  22.                 Bruce Guthrie
  23.                 Room H-4885
  24.                 U.S. Dept of Commerce/ESA/OBA
  25.                 Washington, DC 20230
  26.  
  27.                 fax: (202) 482-2164
  28.  
  29.                 E-Mail: bgu@cu.nih.gov
  30.  
  31. Foreign users:  Please provide an Internet-reachable e-mail address in all
  32. correspondence if you have any hope of getting a reply!  Internet e-mail is the
  33. preferred method of contact for all other users as well.  Remember, CompuServe
  34. and Prodigy are now Internet accessible.
  35.  
  36. Since these programs are typically "freeware" (with the exception of people
  37. trying to make money from them instead of me), they generate maybe $100/year in
  38. revenue for me.  As such, my ability to afford wonderful customer support is
  39. somewhat restricted.  Please do not leave messages saying "Call me long
  40. distance".  Also, please be specific about what problems you encounter and
  41. include command-line inputs as well as any control or INI files that you're
  42. using.
  43.  
  44. The "production" releases of these programs are posted directly by me (Bruce
  45. Guthrie, the author) on the Simtel ftp site at oak.oakland.edu.  More
  46. information about locations at this site is provided later.  People are
  47. encouraged to upload them to bulletin board systems but I do not upload them to
  48. BBS's myself.
  49.  
  50. Standard disclaimer in this society:  Wayne Software disclaims all warranties as
  51. to this software, whether express or implied, including without limitation any
  52. implied warranties of merchantability, fitness for a particular purpose,
  53. functionality, data integrity or protection.
  54.  
  55. --------------------------------------------------------------------------------
  56.  
  57. Introduction:
  58.  
  59. This documentation provides some overview information on a number of utilities
  60. that have been posted by Wayne Software.  All programs described herein were
  61. written by Bruce Guthrie.  Most are distributed with a Wayne Software copyright.
  62. Others were written for the U.S. Department of Commerce.  All are free for use
  63. provided relevant documentation is kept with the programs, no changes are made
  64. to the programs or documentation, and they are not bundled with commercial
  65. programs or charged for separately.
  66.  
  67. CHANGE, CONVERT, FILUPDAT, ISAMFIND/ISAMMAKE, and READ are excluded from the
  68. commercial packaging restriction.  These programs are owned by the U.S.
  69. Department of Commerce and may be re-distributed without restriction.
  70.  
  71. People who need to bundle AV, BFIND, COPSINCE, DATES, DIRCOMP, DIRTOTAL, FILL,
  72. FIXTEXT, FORTUNE, MULTICOL, PAGINATE, READINIT, or READMAKE files in commercial
  73. packages other than shareware/freeware collections must pay a $50 registration
  74. fee to "Wayne Software" at the following address.  READMAKE-created files are
  75. also subject to this limitation.  I don't expect to make any money from these
  76. utilities but I don't want others to sell them instead.
  77.  
  78. The utilities are uploaded with a ZIP name that includes the year and month of
  79. the release.  The year and month are represented as "ymm" below.
  80.  
  81.          ZIP file         Executables included
  82.  
  83.          AVymm.ZIP        AV.EXE
  84.          BFINDymm.ZIP     BFIND.EXE
  85.          CHANGymm.ZIP     CHANGE.EXE
  86.          CONVRymm.ZIP     CONVERT.EXE
  87.          COPSymm.ZIP      COPSINCE.EXE
  88.          DATESymm.ZIP     DATES.EXE
  89.          DIRCOymm.ZIP     DIRCOMP.EXE
  90.          DIRTOymm.ZIP     DIRTOTAL.EXE
  91.          FILLymm.ZIP      FILL.EXE
  92.          FILUPymm.ZIP     FILUPDAT.EXE
  93.          FIXTXymm.ZIP     FIXTEXT.EXE
  94.          FORTNymm.ZIP     FORTUNE.EXE
  95.          ISAMFymm.ZIP     ISAMMAKE.EXE, ISAMFIND.EXE
  96.          MULCOymm.ZIP     MULTICOL.EXE
  97.          PAGINymm.ZIP     PAGINATE.EXE
  98.          READymm.ZIP      READ.EXE, READINIT.EXE, READMAKE.EXE
  99.  
  100.  
  101. This collection of utilities were compiled using Microsoft's Visual BASIC for
  102. DOS 1.0 compiler.  In each case, Thomas G. Hanlin III's excellent PBClone
  103. routines, release 2.3, provided additional functionality.  Since Tom has
  104. announced that he will be dropping support for his PBClone routines to allow
  105. himself to spend time on a real life, future directions for my routines is
  106. uncertain.  The basic routines should be able to be maintained indefinitely;
  107. we'll see.  I keep thinking that I should be doing Windows programming but it's
  108. hard to get psyched up for that when you think of Windows as a computer virus.
  109.  
  110. Each of the utilities are separately described in a like-named *.DOC file.  This
  111. documentation (BRUCEymm.DOC--the file release date is indicated by the "ymm"
  112. parameter) serves to summarize what the various utilities consist of.
  113.  
  114. Most of the routines have defaults that can altered by using initialization
  115. files (inifiles).  These are described in the appropriate documentation.  (One
  116. thing about *.INI files; if you don't have one, it's in your interests to
  117. specify the "/-I" parameter.  Otherwise, the program searches your entire DOS
  118. path looking for the file.)
  119.  
  120. Wayne Software also writes programs, batch files, and sets up menu systems for
  121. people on a for-fee basis.  If you desire this service, contact Wayne Software
  122. at the address specified above.
  123.  
  124.  
  125. --------------------------------------------------------------------------------
  126.  
  127. Summary of programs:
  128.  
  129. A summary of each routine follows.  See the associated *.DOC files for fuller
  130. explanations:
  131.  
  132. AV.EXE:  Archive directory viewer.  Presents list of files in archive (ZIP, ARC,
  133. etc) and lets you sort as desired.  Also allows resetting of the file date based
  134. on the archive's contents.  Syntax:
  135.  
  136.     AV filespec [ /-P | /P ] [ /Ox | /O-x ] [ /DATE ] [ /Iinitfile | /-I ]
  137.       [ /MOUSE | /-MOUSE ] [ /Q ] [ /? ] [ > filename ]
  138.  
  139. BFIND.EXE:  Allows Boolean-type FIND requests.  For example, find any line with
  140. one string AND another one, or any line with one string OR another.  The syntax
  141. shown below is incomplete since "search" allows a lot of choices and allows the
  142. use of parens and Boolean operators.  Syntax:
  143.  
  144.     BFIND [ /V | /-V ] [ /C | /-C ] [ /N | /-N ] [ /I | /-I ] [ /P | /-P ]
  145.       [ /-HEADER | /HEADER ] [ /Iinitfile | /INULL ]
  146.       { search } infile [ /? | /?&H ] [ >filename ]
  147.  
  148. CHANGE.EXE:  Processes change commands in files.  Files can be of any size and
  149. type (e.g.  binary or text) and are processed quickly.  Up to thirty change
  150. commands can be processed in a single pass.  Also provides ability to remove
  151. trailing spaces from text files.  Syntax:
  152.  
  153.     CHANGE infile [ /Cctlfile | /FROM string /TO string [ /IN search ] ]
  154.       [ /LINES { line1-line2 | line1 linect } ... ] [ /V | /-V ] [ /I | /-I ]
  155.       [ /Noutfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ] ]
  156.       [ /Iinitfile ] [ /Fflagfile ] [ /Ttempfile ] [ /TRIM | /-TRIM ]
  157.       [ /BINARY | /TEXT ] [ /VERIFY | /-VERIFY ] [ /Q ] [ /? | /?&H ]
  158.  
  159. CONVERT.EXE:  Converts data between data formats:  FROM dBase, ASCII-delimited
  160. (commas between fields and quotes around strings), and fixed field TO Lotus WKS,
  161. ASCII-delimited, dBase, and fixed field.  Syntax:
  162.  
  163.     CONVERT infile [ outfile [ deffile ] ]
  164.       [ /INDEF=deffile | /-INDEF ] [ /OUTDEF=deffile | /-OUTDEF ]
  165.       [ /OVERWRITE | /-OVERWRITE | /APPEND | /OVERASK ] [ /Iinitfile | /-I ]
  166.       [ /FROM FIXED | /FROM ASCII | /FROM DBF ] [ /DELETED | /-DELETED ]
  167.       [ /TO FIXED | /TO ASCII | /TO WKS | /TO DBF ] [ /HEADER | /-HEADER ]
  168.       [ /DELIMS=aroundstrings,aroundnums,betweenfields ] [ /BEEP | /-BEEP ]
  169.       [ /INMISS=val ] [ /INMISSC=val ] [ /OUTMISS=val ] [ /OUTMISSC=val ]
  170.       [ /SKIP | /MISSING | /ABORT ] [ /NULLS | /-NULLS ] [ /Q ] [ /? | /?&H ]
  171.  
  172. COPSINCE.EXE:  Copies all files modified since a given date.  Primarily used for
  173. making sure you have a back-up of stuff and also to copy updated programs to
  174. another place.  Lets you define your own groupings of files if desired.  Syntax:
  175.  
  176.     COPSINCE [ from_dir | from_dir\filespec [ to_dir ] ] [ /TO to_dir ]
  177.       [ mm/dd/yy | -n | /COPY mm/dd/yy | /COPY -n ] [ /ALL | /TEXT | /filetype ]
  178.       [ /Iinitfile | /-I ] [ /DEF filetype=spec [ spec ]... ]
  179.       [ /REPLACE | /-REPLACE ] [ /BEEP | /-BEEP ] [ /Q ] [ /? ]
  180.  
  181. DATES.EXE:  Simple program that warns you in advance when an event like a
  182. birthday, anniversary, or holiday is coming up.  The idea is to give you advance
  183. warning so you can send a card or get out of town in time.  Syntax:
  184.  
  185.     DATES [ date_file [...] ] [ /Ddays ] [ /SKIP | /-SKIP ] [ /DATE=format ]
  186.       [ /DATE | /-DATE ] [ /DAY | /-DAY ] [ /AGE | /-AGE ] [ /CTDOWN | /-CTDOWN ]
  187.       [ /COLOR=nnn nnn nnn ] [ /MONO | /COLOR ] [ /Q | /-Q ] [ /SORT | /-SORT ]
  188.       [ /GLOBAL | /-GLOBAL ] [ /CLS | /-CLS ] [ /P | /Pn | /-P ]
  189.       [ /W | /W0 | /-W ] [ /R ] [ /Iinitfile | /-I ] [ /? ] [ > filename ]
  190.  
  191. DIRCOMP.EXE:  Similar in some ways to DOS's REPLACE command but adds ability to
  192. delete extra files in the destination subdirectory, copy hidden and system
  193. files, and prepare a report showing inconsistencies.  Syntax:
  194.  
  195.     DIRCOMP directory1 directory2 [ /S ] [ /CREATE ]
  196.       [ /UPDATE ] [ /KILL ] [ /CLONE ] [ /MOVE ] [ /ATTR=[H][S][R] ] [ /NET ]
  197.       [ /Frptfile | /-F ] [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ]
  198.       [ /ALL ] [ /Td: | /Td:\path ] [ /Q ] [ /? ]
  199.  
  200. DIRTOTAL.EXE:  Prepares report showing files in subdirectory or drive.  Allows
  201. some restriction requests (show only files with date greater than a certain
  202. value).  Similar to Norton's FF and Ray Van Tassle's WIZ command (which is a
  203. great program but it doesn't work on network or CD-ROM discs) in some ways but
  204. presents a more formal report.  Also allows you to look for duplicate file names
  205. and search by attributes or dates.  Syntax:
  206.  
  207.     DIRTOTAL [ [ drive: ] ... [drive:][filespec] |
  208.         [ drive: ] ... [drive:]\path[\filespec] ]
  209.       [ /NORMAL | /WIDE | /THIN | /SPLIT ] [ /DUPS ] [ /CHILD ]
  210.       [ /NL ] [ /-HEADERS ] [ /-FOOTERS ] [ /CLUSTERS | /-CLUSTERS ]
  211.       [ /S { GT | GE | LT | LE | EQ | NE } value ]
  212.       [ /D { GT | GE | LT | LE | EQ | NE } mm/dd/yy ] [ /ATTR=attr ]
  213.       [ /Frptfile ] [ /Z | /-Z ] [ /Iinitfile | /-I ]
  214.       [ /SUB1 | /-SUB1 ] [ /SUB2 | /-SUB2 ] [ /+DIR | /-DIR ] [ /n ]
  215.       [ /Ox | /O-x ] [ /BEEP | /-BEEP ] [ /Td: ] [ /Q ] [ /? ]
  216.  
  217. FILL.EXE:  Program designed to move files off to floppy diskettes, taking the
  218. biggest files first and skipping those that won't fit.  Also provides option of
  219. splitting large files up, labeling output disks, and creating a status report.
  220. Syntax:
  221.  
  222.     FILL [ source-filespec ] [ [ /TO ] dest-drive: | [ /TO ] dest-drive:\path\ ]
  223.       [ /MOVE | /COPY ] [ /PROMPT | /-PROMPT ] [ /Iinitfile | /-I ]
  224.       [ /OVERWRITE | /-OVERWRITE | /OVERSKIP | /OVERASK ]
  225.       [ /Ox | /O-x ] [ /Xfilespec ]... [ /WIPE | /-WIPE ] [ /MULTI | /SINGLE ]
  226.       [ /SPLIT ] [ /LABEL=label [ /START=n ] ] [ /Fstatfile [ /S+ | /S- | S* ]
  227.       [ /CONTINUAL ] [ /TIME | /-TIME ] [ /BEEP | /-BEEP ]
  228.       [ /FAKE ] [ /Q ] [ /? ]
  229.  
  230. FILUPDAT.EXE:  Program which compares a selected list of files in a source path
  231. against those in another path and copies those that have been updated.  Similar
  232. to DOS' REPLACE command but works from a stored list of files and can handle any
  233. number of directories.  Syntax:
  234.  
  235.     FILUPDAT ctlfile
  236.       [ /Flist_file [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ] ]
  237.       [ /FULL ] [ /ALL ] [ /Q ] [ /? ]
  238.  
  239. FIXTEXT.EXE:  Program which applies a user-definable character-translation table
  240. to a text file.  Can allow you to convert graphics characters to their ASCII
  241. equivalents, lowercase letters to uppercase letter, etc.  Can also be used to
  242. translate DOS text files to Mac or Unix text files and vice versa.  Can also
  243. expand tabs, remove trailing spaces, and remove backspaces.  Syntax:
  244.  
  245.     FIXTEXT infile { outfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ] |
  246.       /REPLACE } [ /Iinitfile | /-I ] [ /TEXT | /-TEXT ] [ /EJECT=str ]
  247.       [ /CRLF | /CR | /LF | /-LINE ] [ /TO CRLF | /TO CR | /TO LF | /TO -LINE ]
  248.       [ /WIDTH=n ] [ /Frptfile | /-F ] [ /Q ] [ /? | /?&H ]
  249.  
  250. FORTUNE.EXE:  Program which adds some fine-tuning to the DOS FOR command.
  251. Among other things, this lets you distinguish file name roots from their
  252. extensions as well as increment file names by specified values.  Syntax:
  253.  
  254.     FORTUNE { IN (set) | IN filespec | /IN (set) | /IN filespec | filespec }
  255.       [ /AS filename ] [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ]
  256.       [ /VAR=char ] [ /DELIM=chars ] [ /+n | /-n ] [ /S ] [ /Xfilespec ] ...
  257.       [ /ECHO | /-ECHO ] [ /ABEND | /-ABEND ] [ /PAUSE | /-PAUSE ]
  258.       [ /CHECK | /-CHECK ] [ /Iinitfile | /-I ] [ /? ]
  259.       { DO cmd | /DO cmd | cmd }
  260.  
  261. ISAMFIND.EXE:  Program that works in conjunction with ISAMMAKE.EXE (see below)
  262. to provide full-text searching of text files.  This is useful for helpdesk
  263. applications and other functions where you want to search for files and retrieve
  264. the "best" document that matches your search criteria.  Syntax:
  265.  
  266.     ISAMFIND [ string [ string ]... ] /Fcorename [ /2 | /3 | /4 | /5 ]
  267.       [ /READ | /Vpgm | /-READ ] [ /TOP=n ] [ /TRUNC | /-TRUNC ]
  268.       [ /ACCEPT=string ] [ /AREA=string ] [ /Xfilename ] [ /SINCE=yymmdd ]
  269.       [ /Ofilename | /-O ] [ /OVERWRITE | /-OVERWRITE | /OVERASK | /APPEND ]
  270.       [ /CONT=string ] [ /PATH | /-PATH ] [ /Iinitfile | /-I ] [ /? ]
  271.  
  272. ISAMMAKE.EXE:  Program that works in conjunction with ISAMDEMO.EXE (see above)
  273. to create the files necessary for full-text searching.  Syntax:
  274.  
  275.     ISAMMAKE /Fcorename /Cctlfile [ /C=L | /C=F ] [ /2 | /3 | /4 | /5 ]
  276.       [ /ACCEPT=string ] [ /AREA=string ] [ /CONT=string ] [ /STOP=string ]
  277.       [ /OVERWRITE | /-OVERWRITE | /APPEND | /UPDATE ] [ /SKIP=string ] [ /Td: ]
  278.       [ /Wn ] [ /PACK | /-PACK ] [ /Iinitfile | /-I ] [ /? | /?&H ]
  279.  
  280. MULTICOL.EXE:  Program creates multiple column listings from straight ASCII
  281. text, ASCII-delimited text, or dBase files.  Also does subtotalling.  Can
  282. also be used to add headers and footers to standard one-column text.  To
  283. be replaced (eventually) by the PAGINATE command.  Syntax:
  284.  
  285.     MULTICOL infile outfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ]
  286.       [ /DELIM="string" ] [ /LINES=n ] [ /WIDTH=n ] [ /EJECT | /-EJECT ]
  287.       [ /COLUMNS=n ] [ /-WRAP | /WRAP [ /INDENT=n ] | /REFLOW ]
  288.       [ /Iinitfile | /-I ] [ /SETUP="string" ] [ /RESET="string" ]
  289.       [ /{ TITLE | HEADER | FOOTER }[ R | C | L ][ 1 to 5]="text" ]
  290.       [ /{ TITLE | HEADER | FOOTER }{ T | B }="string" ]
  291.       [ /-TITLE ] [ /FROM FIXED | /FROM ASCII | /FROM DBF ] [ /DELETED ]
  292.       [ /INDEF=deffile | /-INDEF ] [ /OUTDEF=deffile | /-OUTDEF ]
  293.       [ /DELIMS=aroundstrings,aroundnums,betweenfields ] [ /BEEP | /-BEEP ]
  294.       [ /SKIP | /MISSING | /ABORT ] [ /GAP=n ] [ /BLANKS | /-BLANKS ] [ /TALLY ]
  295.       [ /INMISS=val ] [ /INMISSC=val ] [ /OUTMISS=val ] [ /OUTMISSC=val ]
  296.       [ /SUM={ col_spec | var_spec } ] [ /BREAK={ col_spec | var_spec } ]
  297.       [ /PRINT={ col_spec | var_spec } ] [ /? | /?&H ]
  298.  
  299. PAGINATE.EXE:  Program paginates text files, adding titles, footers, indexes,
  300. etc.  Also provides the ability to work with ASCII-delimited text and dBase
  301. files to pop tables into your text.  Can also be used to sort your information
  302. and present it in a multicolumn format.  Syntax:
  303.  
  304.     PAGINATE infile outfile [ /Cctlfile ] [ /BEEP | /-BEEP ] [ /DEBUG ]
  305.       [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ] [ /Iinitfile | /-I ]
  306.       [ /marker command ]...
  307.       [ /? ] [ /?&H ]
  308.  
  309. READ.EXE:  Text file browser.  Supports marking, copying text, reading Unix
  310. and Mac text files, etc.  Only works with files of 16,000 lines or less (maybe
  311. 800,000 bytes).  Other text viewers are out there.  This one has some advantage
  312. because it's free!  Syntax:
  313.  
  314.     READ [ filespec | @flistfile ] [ /TITLE="title" ] [ /DATE=NONE ]
  315.       [ /line ] [ /MONO | /COLOR ] [ /EGA | /VGA ] [ /-MOUSE ] [ /DOS | /-DOS ]
  316.       [ /Iinitfile | /-I ] [ /Q ] [ /PORT=port ] [ /INITT=string ]
  317.       [ /INITW=string ] [ /AFTERP=string ] [ /AFTERF=string ]
  318.       [ /COLOR=nnn nnn nnn nnn ] [ /? ]
  319.  
  320. READINIT.EXE:  Creates and maintains the READ.INI file which may be used by
  321. READ.EXE, READWK.EXE and any self-viewable file created by READMAKE.EXE.
  322. Syntax:
  323.  
  324.     READINIT [ /MONO | /COLOR ]
  325.       [ Iinitfile | /-I ] [ /PORT=port ] [ /PTYPE=name ] [ /INITT=string ]
  326.       [ /INITW=string ] [ /AFTERP=string ] [ /AFTERF=string ]
  327.       [ /COLOR=nnn nnn nnn nnn ] [ /? ]
  328.  
  329. READMAKE.EXE:  Program which takes an ASCII-text file and makes it
  330. self-viewable.  Provides same capabilities as the READ program.  Syntax:
  331.  
  332.     READMAKE infile [ outfile ] [ /OVERWRITE | /-OVERWRITE | /OVERASK ]
  333.       [ /DATE=FILE | /DATE=TODAY | /DATE=NONE ] [ /TITLE="text" ] [ /? ]
  334.  
  335.  
  336. -------------------------------------------------------------------------------
  337.  
  338. Where to find them on the Internet:
  339.  
  340. In general, I no longer upload utilities to computer bulletin boards.  While
  341. users are encouraged to do so, it's a lot easier for me to post them using ftp
  342. on the Internet.  I post them directly on the Simtel archives at oak.oakland.edu
  343. and they are available there using anonymous ftp.  (This site is also mirrored
  344. at lots of different sites.) Subdirectory names have been undergoing some
  345. revisions out there of late but the directories should stay roughly the same.
  346. The version numbers (indicated by the three digits before the .zip extension)
  347. may change as they reflect the last release date of the program ("409" is
  348. September 1994).  The versions listed below are current as of January 1995.
  349.  
  350. Off SimTel/msdos/, look for:
  351.  
  352.      arcutil/av412.zip        Archive view: Free ZIP etc directory viewer
  353.      textutil/bfind501.zip    Boolean FIND command (BFIND BEGIN & END)
  354.      textutil/chang501.zip    Change strings in text files
  355.      spredsht/convr501.zip    Convert dBase, ASCII-delim, fixed, 1-2-3
  356.      dirutil/cops407.zip      Copies files modified since given date
  357.      batutil/dates501.zip     Warns you in advance of birthdays etc
  358.      dirutil/dirco501.zip     Updates files based on source directory
  359.      dirutil/dirto501.zip     Directory lister and totaller
  360.      diskutil/fill501.zip     Stuffs as many files as possible on disk
  361.      dirutil/filup401.zip     Copy updated files based on a control list
  362.      textutil/fixtx407.zip    Translate text file characters en masse
  363.      batutil/fortn411.zip     Fine-tunes DOS FOR command w/options
  364.      textutil/isamf412.zip    Full-text searching help desk documents
  365.      textutil/mulco501.zip    Multicolumn text with headers, dBase supported
  366.      textutil/pagin501.zip    Paginates text (headers, indexes, sorting...)
  367.      textutil/read409.zip     Free viewer, also make any text self-viewing
  368.  
  369. Note that the versions above are subject to change.  The last three digits
  370. before ".zip" indicate the last digit of the year and the two digit month.
  371. Depending on how often I've updated things, you might find something like a 410
  372. version instead of 409 when you go to look.
  373.  
  374. If you can't get all of the utilities from your own sources, send $10 to the
  375. address above and I'll send you everything.  Please specify disk size/density
  376. unless you want HD 3.5" diskettes.  If you want to avoid the $10, send me two
  377. HD diskettes in a self-addressed, stamped mailer, and I'll send you everything.
  378. (Again, I'm not out to make money on these.)
  379.  
  380. Another Wayne Software product, called The DEMO System, is released as a
  381. shareware program.  The DEMO System is a unique system designed to create
  382. text-screen demos, tutorials, help screens, etc.  Look for the file
  383. DEMOSymm.ZIP.  On oak.oakland.edu, it's in SimTel/msdos/ as:
  384.  
  385.      screen/demos401.zip      Create tutorials, demos, menu systems, etc.
  386.  
  387.  
  388. --------------------------------------------------------------------------------
  389.  
  390. Beta-zoids...  Thanks to:
  391.  
  392. Beta testers are always desired for these utilities.  You don't get a damned
  393. thing out of being one (which is about what I get for writing them) but it
  394. doesn't cost you much besides an hour or two and lets you have more of an impact
  395. on the future courses of the routines.
  396.  
  397. In order to be a beta tester, you have to be able to receive uuencoded files via
  398. e-mail (so forget CompuServe and Prodigy people; sorry).  If you're interested,
  399. drop a message to me at bgu@cu.nih.gov and tell me which routine(s) you're
  400. interested in being on the list for.
  401.  
  402. Existing routines have gotten suggestions, comments, and even complements from
  403. all over the world (definitely something I *love* about the Internet).  No money
  404. of course but the ego's a powerful thing to feed!  (The flamers of course should
  405. be burned at the stake or maybe start writing their own programs instead of
  406. criticizing other people's.) Thanks to (and sorry for screwing up some of these
  407. addresses and for forgetting to put in others)...
  408.  
  409. CHANGE:         mcardleb@cosy.uml.edu
  410. CHANGE:         rainer.wuerlaender@statistik.uni-muenchen.d400.de
  411. CHANGE:         rallings@gidday@enet.dec.com
  412. CHANGE:         zazovsky@scrsul.sinet.slb.com
  413. CONVERT:        garyjohn@spk.hp.com
  414. CONVERT:        haapanen@niini.metla.fi
  415. CONVERT:        leono@uiuc.edu
  416. CONVERT:        mhenry@sunbelt.net
  417. CONVERT:        rausch@rz.uni-frankfurt.de
  418. CONVERT:        rehmet@studserv.zdv.uni-tuebingen.de
  419. DATES:          fmaxwell@unixg.ubc.ca
  420. DATES:          hans.schrader@geol.uib.no
  421. DATES:          matt.needham@loebbs.com
  422. DATES:          paul.simmonds@jet.uk
  423. DATES:          m965952@kelso.nadn.navy.mil
  424. DIRCOMP:        mcclell@julian.uwo.ca
  425. DIRCOMP:        ornstedt@it.kth.se
  426. DIRTOTAL:       longr@qus102.qld.tne.oz.au
  427. DIRTOTAL:       saracen@cix.compulink.co.uk
  428. DIRTOTAL:       westg@rintintin.colorado.edu
  429. FILL:           beezer@cc.utah.edu
  430. FILL:           dashiell@nadc.nadc.navy.mil
  431. FILL:           doug@io.org
  432. FORTUNE:        thth@forsci.ualberta.ca
  433. ISAMFIND:       doug@io.org
  434. MULTICOL:       esto@loc.gov
  435. READ:           ferch@cca.ubc.ca
  436. READ:           mossako@asterix.uni-muenster.de
  437.  
  438.  
  439. --------------------------------------------------------------------------------
  440.  
  441. Revision history:
  442.  
  443. Detailed revision histories for the programs are only maintained for the last
  444. three releases.  After that, you get the major revision summaries only for the
  445. next three releases.  After that, you get almost nothing.  No one reads this
  446. junk anyway, right?  Programmer types like to put in it in just to justify what
  447. they've been doing over the last couple of years.
  448.  
  449. --------------
  450. Release 95/01:
  451.  
  452. All routines:  Dropped references to CONFIGWS.EXE in the documentation.  The
  453. use of *.INI files is strongly recommended although CONFIGWS.EXE should still
  454. work for quite awhile.  Also dropped CONFIGWS.EXE from the distribution
  455. version of BFIND (version 501 and after).
  456.  
  457. All routines:  Now accept an environmental variable as another way of setting
  458. the desired defaults.  For example, "SET FILL=/-I" sets the default to not look
  459. for an INI file at all.  "SET DATES=/SORT /D20" sets two defaults for the DATE
  460. program.  The environmental variable is totally optional.
  461.  
  462. BFIND:  Ignored some NOT conditions; fixed it.
  463.  
  464. CHANGE:  Ignored some NOT conditions; fixed it.
  465.  
  466. CONVERT:  Now allows dBase files with memo fields to be read; the memo fields
  467. are automatically ignored however.
  468.  
  469. DATES:  Added the ability to include certain options within a dates input file.
  470. This allows you to change colors and such on the fly.  Specifically, the
  471. following commands can be imbedded within the input file:
  472.  
  473.         /Ddays            (can also be specified for an individual event)
  474.         /DATE=format
  475.         /DATE   and /-DATE
  476.         /DAY    and /-DAY
  477.         /AGE    and /-AGE
  478.         /CTDOWN and /-CTDOWN
  479.         /COLOR=nnn nnn nnn nnn
  480.  
  481. Also fixed up an error when you had leap day dates.  This didn't show up last
  482. year at all because it was a leap year but it generated error messages this
  483. year.  Now, Feb 29 will be treated the same as Feb 28 on non-leap years.
  484.  
  485. DIRCOMP:  Added /Td:\path parameter.  This option was added for some network
  486. administrators who are using the command extensively to update files on
  487. student workstations.
  488.  
  489. DIRTOTAL:  Added /Td:\path parameter.  Program was incorrectly reporting cluster
  490. sizes larger than 32000 bytes; fixed.  Fixed up some summary information
  491. problems when asking for multiple drives.
  492.  
  493. FILL:  Now provides some rudimentary error-detection, which helps in cases of
  494. bad sectors.  Basically tells you to run SCANDISK, deletes the output file that
  495. failed (keeps the source file), sets a return level of 252, and returns you to
  496. DOS.  Modified the way that /FORMAT worked for 360K and 720K diskettes; DOS for
  497. some reason tries to reformat 360K diskettes as 1.2MB diskettes and that's not
  498. all that healthy.  Added a percentage done for the total bytes copied/moved.
  499. Added /TIME and /-TIME parameters; skipping the transfer speed information is
  500. the default (used to always show).
  501.  
  502. MULTICOL:  Maintenance release.  Modified documentation to indicate that this
  503. would be the last release of this program; PAGINATE does more and that's the
  504. program I'll be maintaining.
  505.  
  506. PAGINATE:  Bug fixes.  Changed it so that INDENT n-n worked on the first word vs
  507. the first letter (allowing you to do more interesting bulleted items).  Added
  508. ADJUST and -ADJUST to control widow lines.  Documented the /DEBUG parameter.
  509. Frankly, this program works a lot better than I expected it would!
  510.  
  511. --------------
  512. Release 94/12:
  513.  
  514. AV:  Added some more keystrokes to the viewer; Up, Down, Ctrl-C, Home, and End.
  515. Also added complete mouse support for the routine, adding a mouse button bar
  516. and allowing you to select whichever options you want to select.  Added /MOUSE
  517. and /-MOUSE parms.
  518.  
  519. CHANGE:  Fixed a problem which occassionally dropped characters from the output
  520. file.
  521.  
  522. FILL:  Fixed a bug with LABEL=label specifications that included more than one
  523. "n".  Didn't like the way that /PROMPT work so fixed that up a bit.
  524.  
  525. ISAMFIND/ISAMMAKE:  Fixed quite a number of quirks and bugs.
  526.  
  527. PAGINATE:  First release.  This is a rather powerful document formatter that
  528. I've wanted to write for awhile and has been languishing for lack of effort for
  529. almost as long.  Has an incredible number of options, all of which worked at
  530. least once for me when I was coding it but some of which probably no longer do.
  531. Let me know.  I fix things (maybe as well as I break things).
  532.  
  533. --------------
  534. Release 94/11:
  535.  
  536. DATES:  Now allows you to specify dates relative to the day of the week.  For
  537. example, in the United States Mother's Day is on the second Sunday of May and
  538. Thanksgiving is on the last Thursday of November.  You can show these dates in
  539. the program as "05/2SU/XX" and "11/LTH/XX" respectively.  Also added /SORT,
  540. /-SORT, /DATE, /-DATE, /CTDOWN, /-CTDOWN, /GLOBAL, and /-GLOBAL parameters.
  541. Added /WEEKDAY and /-WEEKDAY as synonyms for /DAY and /-DAY.  Can now specify
  542. date thresholds that vary on an event-by-event basis (for example, show a
  543. particular 45 days before it happens while other events all show up only 14 days
  544. beforehand).  Fixed up a bug with the /AGE option when the event was in the next
  545. calendar year (hadn't been an issue until we approached the end of the year of
  546. course) as well as with "negative" ages.  Also started trimming leading spaces
  547. from event descriptions; I hope this doesn't affect anyone but us anal-retentive
  548. types like to have all of the columns line up nice and neat.
  549.  
  550. DIRTOTAL:  Thomas Hanlin III has announced he's giving up support for the
  551. PBClone routines which I use extensively for my programs.  One of the PBClone
  552. routines that worked improperly involved checking into the members of a
  553. self-extracting file (the "/Z2" parameter).  If you have a certain number of
  554. self-extracting files, DIRTOTAL gives you a "too many files" error message.
  555. Since this error doesn't look like it will fixed now, I've removed mention of
  556. the /Z2 and /-Z2 options in the documentation and from the DIRTOTAL /?  screens.
  557. The program will still try to respect the option if you use it (although you may
  558. get the "too many files" message) but it's just not documented anymore.  If
  559. anyone has been using the option with success, please let me know
  560. (bgu@cu.nih.gov).  For consistency's sake, changed the program so it gives you
  561. root/subdirectory totals even if there are no subdirectories.
  562.  
  563. FORTUNE:  Added support for command files (including /CHECK and /-CHECK parms).
  564. These allow you to use the command to create a text file that you might use with
  565. DOS redirection.  An example shown in the documentation uses this feature to log
  566. onto an ftp site and upload all files matching a given specification:
  567.  
  568.         /header
  569.         ftp
  570.         ftp.cu.nih.gov
  571.         anonymous
  572.         bgu@cu.nih.gov
  573.         cd pub
  574.         cd incoming
  575.         /main
  576.         send %A
  577.                                              (blank line)
  578.         /footer
  579.         quit
  580.  
  581. ISAMFIND/ISAMMAKE:  First release.  Lots of changes made since initial beta
  582. testing.  Some of the changes haven't been tested completely.  Works fine for
  583. what I need it to do but some of the option combinations may be flakey.  I'm
  584. sure I'll hear about it.
  585.  
  586. -------------- (kind of terse; revisions made 4 to 6 months ago)
  587. Release 94/10:
  588.  
  589.   CONVERT:  Added /FIRSTOBS=n and /LASTOBS=n parameters.
  590.  
  591.   DATES:  Added various screen pausing options.
  592.  
  593. Release 94/09:
  594.  
  595.   BFIND:  Added the ability to include hexadecimal codes in the find string.
  596.  
  597.   CONVERT:  Lots of bug fixes (including one involving ASCII-delimited input
  598.   files that didn't have any quoted strings in them).
  599.  
  600.   DATES:  Added /DATE=form option to let you specify different formats for the
  601.   input dates.  For example, /DATE=dd/mm/yy.  Added ability to read months in
  602.   JAN, FEB, MAR, etc form.
  603.  
  604. Release 94/08:
  605.  
  606.   BFIND:  Added /Iinitfile and /-I parms.  Only program temporarily retaining
  607.   CONFIGWS.*.
  608.  
  609.   DATES:  Added /R, /DAY, /MONO, /COLOR, /SKIP, and /-SKIP parameters.  Allowed
  610.   for up to 10 input files and comments within files.
  611.  
  612.   FILL:  Added /FAKE parameter.
  613.  
  614.   FORTUNE:  Added /Iinitfile and /-I parms.
  615.  
  616. Release 94/07:
  617.  
  618.   All:  Added support for /Iinitfile and /-I parms, dropping CONFIGWS.*.
  619.  
  620.   DATES:  Added /-I, /CLS, /-CLS, /COLOR=nnn nnn nnn, /Q, and /-Q parameters.
  621.  
  622.   READ and READINIT:  Made READ's use of hexadecimal codes (previously /nnn)
  623.   consistent with the other Wayne Software routines (use \nnn or &Hxx instead).
  624.   Converted the READ.INI file to the newer initfile system.
  625.  
  626. -------------- (real terse)
  627. Release 94/06:
  628.   New:  DATES.
  629.  
  630. Release 94/02:
  631.   New:  FORTUNE.
  632.  
  633. Release 94/01:
  634.   New:  COPSINCE and FIXTEXT.
  635.  
  636. Release 93/03:
  637.   New:  AV and READINIT.
  638.  
  639. Release 93/01:
  640.   First release posted on SIMTEL (Internet).
  641.   New:  The DEMO System (shareware and not part of normal package).
  642.  
  643.